spinbutton: Avoid redundant storage
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 Jun 2021 19:35:15 +0000 (15:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 1 Jun 2021 21:37:07 +0000 (17:37 -0400)
commitbffc6c5b9a01674646512107602d930333bcc139
tree8fb4675f78f64be518bd41f436658cf06e9f16eb
parent95747b1a4082709d8e5320dc2171a8c53cedce19
spinbutton: Avoid redundant storage

GtkBoxLayout stores the orientation; no need for
GtkSpinButton to duplicate that.
gtk/gtkspinbutton.c